window: Fix residual resizing issues
authorMatthias Clasen <mclasen@redhat.com>
Tue, 31 Mar 2020 17:06:19 +0000 (13:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 31 Mar 2020 17:07:44 +0000 (13:07 -0400)
commit5432f73095ac18f6dcd9efb4ba8b4763308c6e89
tree7e1198bb5a032eca7ec184833abf5915123ae378
parent0852d66f6ea3fc394721c045b0d73453ccc01068
window: Fix residual resizing issues

After the GdkToplevel split, GtkWindow occasionally
forgets its minimum size. Fix this by keeping a GdkToplevelLayout
around and reusing it.
gtk/gtkwindow.c